DescribeVirusInfo
Description
by uploading the MD5 value of the file, the cloud killing function is used to determine whether the file is a malicious program.
Request Method
POST
Request Path
/apsara/route/aegis/DescribeVirusInfo
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Lang | BODY | string | No | No sample value for this parameter. | The language attribute of the file, such as zh. |
version | BODY | string | No | 2016-01-01 | version of api |
Md5 | BODY | string | Yes | No sample value for this parameter. | file. |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | no demo value | request ID. |
Data | boolean | no demo value | judgment result: True: Indicates that the file is a malicious file False: indicates that the file is not a malicious file |
Example
Successful Response example
{
"RequestId":"no demo value",
"Data":"no demo value"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}